home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMMULT / TFRMMULT.txt
Text File  |  2007-12-27  |  4KB  |  171 lines

  1. object frmMult: TfrmMult
  2.   Left = 489
  3.   Top = 380
  4.   AutoScroll = False
  5.   ClientHeight = 387
  6.   ClientWidth = 537
  7.   Color = clBtnFace
  8.   Constraints.MinWidth = 545
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelMsg: TInfuPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 308
  26.     Height = 387
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       308
  32.       387)
  33.     object RVE: TRichViewEdit
  34.       Left = 8
  35.       Top = 8
  36.       Width = 292
  37.       Height = 340
  38.       ReadOnly = False
  39.       OnChange = RVEChange
  40.       Anchors = [akLeft, akTop, akRight, akBottom]
  41.       TabOrder = 0
  42.       OnKeyDown = RVEKeyDown
  43.       BackgroundStyle = bsTiled
  44.       DoInPaletteMode = rvpaCreateCopies
  45.       RTFReadProperties.TextStyleMode = rvrsAddIfNeeded
  46.       RTFReadProperties.ParaStyleMode = rvrsAddIfNeeded
  47.       RVFOptions = [rvfoSavePicturesBody, rvfoSaveControlsBody, rvfoSaveBinary, rvfoSaveTextStyles, rvfoSaveParaStyles, rvfoSaveDocProperties, rvfoLoadDocProperties]
  48.       OnSpellingCheck = RVESpellingCheck
  49.     end
  50.     object PanelCount: TInfuPanel
  51.       Left = 9
  52.       Top = 358
  53.       Width = 48
  54.       Height = 18
  55.       Anchors = [akLeft, akBottom]
  56.       BevelOuter = bvLowered
  57.       TabOrder = 3
  58.     end
  59.     object ButtonStartSend: TInfuBitBtn
  60.       Left = 179
  61.       Top = 355
  62.       Width = 102
  63.       Height = 25
  64.       Anchors = [akRight, akBottom]
  65.       Caption = '_Send'
  66.       TabOrder = 1
  67.       OnClick = ButtonStartSendClick
  68.     end
  69.     object ButtonStopSend: TInfuBitBtn
  70.       Left = 67
  71.       Top = 355
  72.       Width = 102
  73.       Height = 25
  74.       Anchors = [akRight, akBottom]
  75.       Caption = '_Stop'
  76.       Enabled = False
  77.       TabOrder = 2
  78.       OnClick = ButtonStopSendClick
  79.     end
  80.   end
  81.   object PanelMult: TInfuPanel
  82.     Left = 308
  83.     Top = 0
  84.     Width = 229
  85.     Height = 387
  86.     Align = alRight
  87.     BevelOuter = bvNone
  88.     TabOrder = 1
  89.     DesignSize = (
  90.       229
  91.       387)
  92.     object LabelSent: TInfuLabel
  93.       Left = 2
  94.       Top = 353
  95.       Width = 28
  96.       Height = 13
  97.       Anchors = [akLeft, akBottom]
  98.       Caption = '_Sent'
  99.     end
  100.     object LabelFailed: TInfuLabel
  101.       Left = 2
  102.       Top = 369
  103.       Width = 34
  104.       Height = 13
  105.       Anchors = [akLeft, akBottom]
  106.       Caption = '_Failed'
  107.     end
  108.     object VST: TVirtualStringTree
  109.       Left = 1
  110.       Top = 25
  111.       Width = 221
  112.       Height = 299
  113.       Anchors = [akLeft, akTop, akRight, akBottom]
  114.       BevelInner = bvNone
  115.       BevelKind = bkFlat
  116.       BorderStyle = bsNone
  117.       ButtonFillMode = fmWindowColor
  118.       CheckImageKind = ckXP
  119.       Header.AutoSizeIndex = 0
  120.       Header.Font.Charset = DEFAULT_CHARSET
  121.       Header.Font.Color = clWindowText
  122.       Header.Font.Height = -11
  123.       Header.Font.Name = 'Tahoma'
  124.       Header.Font.Style = []
  125.       Header.MainColumn = -1
  126.       Header.Options = [hoColumnResize, hoDrag]
  127.       Indent = 14
  128.       Margin = 2
  129.       SelectionBlendFactor = 20
  130.       TabOrder = 1
  131.       TextMargin = 2
  132.       TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
  133.       TreeOptions.MiscOptions = [toCheckSupport, toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  134.       TreeOptions.PaintOptions = [toHideFocusRect, toHideSelection, toShowBackground, toShowButtons, toShowDropmark, toShowRoot, toThemeAware, toUseBlendedImages]
  135.       TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
  136.       OnAfterItemPaint = VSTAfterItemPaint
  137.       OnContextPopup = VSTContextPopup
  138.       OnGetText = VSTGetText
  139.       OnPaintText = VSTPaintText
  140.       OnInitNode = VSTInitNode
  141.       Columns = <>
  142.     end
  143.     object PB1: TInfuProgressBar
  144.       Left = 1
  145.       Top = 331
  146.       Width = 221
  147.       Height = 16
  148.       Anchors = [akRight, akBottom]
  149.       Max = 0
  150.       Smooth = True
  151.       Step = 1
  152.       TabOrder = 2
  153.     end
  154.     object CheckBoxOnline: TInfuCheckBox
  155.       Left = 2
  156.       Top = 6
  157.       Width = 223
  158.       Height = 17
  159.       Caption = '_Online only'
  160.       TabOrder = 0
  161.       OnClick = CheckBoxOnlineClick
  162.     end
  163.   end
  164.   object TimerMultSend: TTimer
  165.     Enabled = False
  166.     OnTimer = TimerMultSendTimer
  167.     Left = 332
  168.     Top = 56
  169.   end
  170. end
  171.